home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / BBS-Archive / Comm / AmiTCP30b2.lha / src / amitcp / kern / amiga_rexx.h < prev    next >
Text File  |  1994-01-05  |  735b  |  30 lines

  1. /*
  2.  * $Id: amiga_rexx.h,v 1.4 1994/01/05 10:20:38 jraja Exp $
  3.  *
  4.  * Copyright (c) 1993 AmiTCP/IP Group, <amitcp-group@hut.fi>
  5.  *                    Helsinki University of Technology, Finland.
  6.  *                    All rights reserved.
  7.  *
  8.  * HISTORY
  9.  * $Log: amiga_rexx.h,v $
  10.  * Revision 1.4  1994/01/05  10:20:38  jraja
  11.  * Added prototypes for the new functions (rexx_show()&rexx_hide()).
  12.  *
  13.  * Revision 1.3  1993/06/04  11:16:15  jraja
  14.  * Fixes for first public release.
  15.  *
  16.  * Revision 1.2  1993/05/17  01:02:04  ppessi
  17.  * Changed RCS version
  18.  *
  19.  * Revision 1.1  1993/03/05  03:26:02  ppessi
  20.  * Initial revision
  21.  *
  22.  */
  23.  
  24. ULONG rexx_init(void);
  25. BOOL rexx_show(void);
  26. BOOL rexx_hide(void);
  27. void rexx_deinit(void);
  28. BOOL rexx_poll(void);
  29.  
  30.